Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRColumnToPan

You can use the QTVRColumnToPan function to get the pan angle that corresponds to a column number in the object image array.

float QTVRColumnToPan (QTVRInstance qtvr, short column);
qtvr
An instance of a QuickTime VR movie.
column
A column number.
function result
The pan angle that corresponds to the specified column number in the object image array.

DESCRIPTION

The QTVRColumnToPan function returns, as its function result, the pan angle that corresponds to the zero-based column number in the object image array specified by the column parameter.

SPECIAL CONSIDERATIONS

QTVRColumnToPan is valid only for object nodes.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |